Platform Explorer / Nuxeo Platform 2023.9

Component org.nuxeo.ecm.platform.video.jsf.types

Resolution Order

592
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.ecm.platform.video.jsf.types">

  <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
    <type id="Video">
      <label>Video</label>
      <default-view>view_documents</default-view>
      <icon>/icons/video.png</icon>
      <bigIcon>/icons/video_big.png</bigIcon>
      <category>SimpleDocument</category>
      <description>Video.description</description>
      <layouts mode="any">
        <layout>heading</layout>
        <layout>video_file</layout>
      </layouts>
      <layouts mode="edit">
        <layout>heading</layout>
        <layout>video_file</layout>
        <layout>dublincore</layout>
      </layouts>
      <layouts mode="drive">
        <layout>heading</layout>
        <layout>dublincore</layout>
      </layouts>
    </type>
  </extension>

</component>